home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / wget.src < prev    next >
Text File  |  1998-07-19  |  1KB  |  32 lines

  1. @@@STARTPACK(wget; Retrieve files from the World Wide Web)
  2.  
  3. <P>
  4. Wget is a utility designed for retrieving binary documents
  5. across the Web, through the use of HTTP (Hyper Text Transfer
  6. Protocol) and FTP (File Transfer Protocol), and saving
  7. them to disk.  Wget is non-interactive, which means it can
  8. work in the background, while the user is not  logged  in,
  9. unlike  most  of web browsers (thus you may start the
  10. program and log off,  letting  it  do  its  work).  Analysing
  11. server  responses,  it distinguishes between correctly and
  12. incorrectly retrieved documents,  and  retries  retrieving
  13. them as many times as necessary, or until a user-specified
  14. limit is reached. REST is used in FTP on hosts  that 
  15. support  it.  Proxy  servers  are  supported  to speed up the
  16. retrieval and lighten network load.
  17. <P>
  18. Wget supports a full-featured recursion mechanism, through
  19. which  you  can  retrieve large parts of the web, creating
  20. local copies of remote directory hierarchies.  Of  course,
  21. maximum  level  of  recursion  and other parameters can be
  22. specified. Infinite recursion loops are always avoided  by
  23. hashing  the  retrieved  data.  All of this works for both
  24. HTTP and FTP.
  25. </P>
  26.  
  27. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/net/wget/)
  28. @@@UW2DIST(http://www.sco.com/skunkware/uw7/net/)
  29. @@@SOURCE(ftp://prep.ai.mit.edu/pub/gnu/)
  30. @@@ENDPACK
  31.  
  32.